home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 2
/
Gold Medal Software Volume 2 (Gold Medal) (1994).iso
/
utils
/
ifwt11.arj
/
IFWAIT.INI
< prev
next >
Wrap
Text File
|
1992-11-22
|
3KB
|
86 lines
;******************************************************************************
; File IFWAIT.INI controls the running of IFWAIT.EXE
;******************************************************************************
;
;******************************************************************************
; Speaker beep frequency in hertz. Default = 1900
SpkrBeepFreq=900
; This field identifies which parallel port has an IFBUZZ or custom device
; connected to it. Valid values are: 1,2,3,4 for LPT 1,2,3,4 Default=2
IfbuzzLptPort=2
; When trigger appears on the screen, IFWAIT will respond. You may
; choose to respond with the PC's speaker and/or LPT buzzer device or
; no devices at all (silent mode). Default=0
; 0 = no devices -silent running
; 1 = PC's speaker
; 2 = LPT device -IFBUZZ or custom
; 3 = both PC's speaker & IFBUZZ/custom
TriggerDevice=2
; Type of trigger signal:
; 0 = One-shot. PC beeps/buzzes once for TriggerOnSec seconds. Then ends.
; 1 = Cyclic. PC beeps/buzzes with the following repeating cycle:
; Beeps/Buzzes for TriggerOnSec seconds, silence for TriggerOffSec
; seconds, then repeats....
; 2 = Continuous. PC beeps/buzzes constantly on.
;
; All trigger responses end with the user pressing any key. Default=1
TriggerAudibleWaveForm=1
; Number of tenths of seconds of ON (beep/buzzer audible) time.
; Maximum=655. Default=10
TriggerAudibleOnTenthSec=5
; Number of tenths of seconds of OFF (beep/buzzer silence) time.
; Maximum=655. Default=20
TriggerAudibleOffTenthSec=5
;******************************************************************************
; IFWAIT can operate with an optionally available parallel port
; buzzer device (IFBUZZ) or a custom device of your design provided
; that it is controlled by 2 parallel port leads. This author recommends
; that you purchase his IFBUZZ device for simplicity....
;******************************************************************************
; This field identifies which parallel port has an IFBUZZ or custom device
; connected to it. Valid values are: 1,2,3,4 for LPT 1,2,3,4 Default=2
IfbuzzLptPort=2
; This is the LPT port pin number of the control lead #A
; Choose your pin numbers correctly for many PC systems' parallel
; ports treat these leads differently during POST and DOS states.
; Incorrectly specifying leads may result in the buffer triggering
; during POST or DOS states..... IFBUZZ default=17
IfbuzzLeadA=17
; This is the LPT port pin number of the control lead #B IFBUZZ default=1
IfbuzzLeadB=1
; This is the voltage level required to activate the buzzer's lead #A
; 0=gnd 1=5v. IFBUZZ default=1
IfbuzzOnA=1
; This is the voltage level required to activate the buzzer's lead #B
; 0=gnd 1=5v. IFBUZZ default=1
IfbuzzOnB=0
; This is the logic level required to de-activate the buzzer's lead #A
; 0=gnd 1=5v. IFBUZZ default=0
IfbuzzOffA=0
; This is the logic level required to de-activate the buzzer's lead #B
; 0=gnd 1=5v. IFBUZZ default=0
IfbuzzOffB=0
;******************************************************************************
; this is last line of file.